home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-02-09 | 994 b | 28 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 8753981 8-Feb-90 13:18PST
-
- From: D4695 Skywalker Sys, Scott Collins,PRT
-
- To: MACAPP.TECH$ MacApp Technical
- ROSENSTEIN1 Rosenstein, Larry
-
- Sub: Re: re UnloadAllSegs
-
- Hello,
-
- Right. %_BP et. al are not the answer. It should be routines of your own.
- Additionally, the calls don't need to exist in every procedure/function. Only
- in routines that call other routines in a different segment.
-
- It is too late to do this by link time, but a preprocessor that examines a
- database of routine:segment mappings can insert the appropriate calls in the
- appropriate routines before a compile.
-
- Building the database and running the preprocessor are expensive so I don't
- do it every build. I do it about once a week to make sure everything is still
- working correctly and on any to_be_shipped build.
-
- -- Scott Collins
-
-